Remove last traces of configure.in
authorKyle Guinn <elyk03@gmail.com>
Fri, 16 Jun 2017 06:20:28 +0000 (01:20 -0500)
committerKyle Guinn <elyk03@gmail.com>
Fri, 16 Jun 2017 06:20:28 +0000 (01:20 -0500)
Makefile.in
gbversion.h
gbversion.h.in
gdb.cc
tools/release-process

index 83af60484bbb4ba49ef3f474851ed7ba78c029bc..a7ca70f0e05241eb156965a606ef71056496ccb9 100644 (file)
@@ -11,7 +11,7 @@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-# version and release are defined in the head of configure.in 
+# version and release are defined in the head of configure.ac
 # don't forget 'autoconf' if you change them 
 VERSD=@GBMAJOR@.@GBMINOR@.@GBMICRO@
 VERSU=@GBMAJOR@_@GBMINOR@_@GBMICRO@
@@ -174,7 +174,7 @@ clean:
        if [ -f gui/Makefile ]; then $(MAKE) -C gui clean; fi
        $(srcdir)/test-all -W
 
-configure: configure.in
+configure: configure.ac
        autoconf
 
 tag:
index e8845b21c9b463aca93ae639e9941e1eb1e2c21b..4686090c06e7262f857ea186fc5408258ca02166 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * gbversion.h is generated from gbversion.h.in which uses autoconf voodoo
- * to get the version number from configure.in.
+ * to get the version number from configure.ac.
  *
  * Isn't simplification via automation grand?
  */
index e15e4bb1164df0bb3d25f257bee9dff28403ae50..c7320d2a1903ad7ea88f7410b7414acef6ddaa71 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * gbversion.h is generated from gbversion.h.in which uses autoconf voodoo
- * to get the version number from configure.in.
+ * to get the version number from configure.ac.
  *
  * Isn't simplification via automation grand?
  */
diff --git a/gdb.cc b/gdb.cc
index fb25c35e234f13fd24171439c8440af95092fcc6..7060c63878828f6fd6367e6aae890773d6c8ba7b 100644 (file)
--- a/gdb.cc
+++ b/gdb.cc
@@ -1204,7 +1204,7 @@ write_header(void)
   "A].GPSBabel-1.3.2*Nov 01 2006*22:23:39" -      gpsbabel 1.3.2
 
   New since 11/01/2006:
-  version:   version and release of gpsbabel (defined in configure.in)
+  version:   version and release of gpsbabel (defined in configure.ac)
   timestamp: date and time of gdb.c (handled by CVS)
 
   "A].GPSBabel-1.3.2*Nov 01 2006*22:23:39" -      gpsbabel 1.3.2
index 46bbd9f6333aa560add5d331d3d0303b8b1b9e26..99c3fb5740ff2a8af8acc0166bc1327a8bebcc64 100644 (file)
@@ -1,7 +1,7 @@
 0) Ensure 'changes' file is up to date.   
    Regenerate capabilties. (done by 'make doc')
    Refresh public web version.
-1) Bump version in configure.in.   Commit that.
+1) Bump version in configure.ac.   Commit that.
 2) Go to empty directory.  Check out tree.
 3) 'make release'
 4) Visit https://sourceforge.net/project/admin/editpackages.php?group_id=58972